-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/987 allow using --like
option similar to SQL's LIKE
logic
#1006
Merged
JoernBerkefeld
merged 9 commits into
develop
from
feature/987-instead-of-using-key-allow-using-filter-similar-to-sqls-like-logic
Jun 29, 2023
Merged
Feature/987 allow using --like
option similar to SQL's LIKE
logic
#1006
JoernBerkefeld
merged 9 commits into
develop
from
feature/987-instead-of-using-key-allow-using-filter-similar-to-sqls-like-logic
Jun 29, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
label
Jun 27, 2023
need to come up with a good test for this. |
Coverage ReportCommit:1d3cf0fBase: develop@d77fbc2 Details (changed files):
|
JoernBerkefeld
changed the title
Feature/987 instead of using key allow using filter similar to sqls like logic
Feature/987 allow using filter similar to sqls like logic
Jun 27, 2023
JoernBerkefeld
changed the title
Feature/987 allow using filter similar to sqls like logic
Feature/987 allow using filter similar to sql's Jun 27, 2023
LIKE
logic
7 tasks
JoernBerkefeld
changed the title
Feature/987 allow using filter similar to sql's
Feature/987 allow using Jun 27, 2023
LIKE
logic--like
option similar to SQL's LIKE
logic
for (const originalKey in metadataMap) { | ||
// hide postRetrieveOutput | ||
Util.setLoggingLevel({ silent: true }); | ||
metadataMap[originalKey] = MetadataTypeInfo[selectedType].postRetrieveTasks( |
Check warning
Code scanning / CodeQL
Prototype-polluting assignment
This assignment may alter Object.prototype if a malicious '__proto__' string is injected from [library input](1).
works for retrieve & execute now. added tests for both as well |
…ing-filter-similar-to-sqls-like-logic # Conflicts: # lib/cli.js
JoernBerkefeld
deleted the
feature/987-instead-of-using-key-allow-using-filter-similar-to-sqls-like-logic
branch
June 29, 2023 16:45
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR details
What changes did you make? (Give an overview)
--like
option similar to SQL'sLIKE
logic #987to-do
Checklist